﻿2026-09-10T09:51:21.8017643Z ##[group]Run actions/checkout@v5
2026-09-10T09:51:21.8018378Z with:
2026-09-10T09:51:21.8018774Z   repository: BigscreenVR/spt-bs-core
2026-09-10T09:51:21.8021521Z   token: ***
2026-09-10T09:51:21.8021873Z   ssh-strict: true
2026-09-10T09:51:21.8022221Z   ssh-user: git
2026-09-10T09:51:21.8022583Z   persist-credentials: true
2026-09-10T09:51:21.8022985Z   clean: true
2026-09-10T09:51:21.8045343Z   sparse-checkout-cone-mode: true
2026-09-10T09:51:21.8045870Z   fetch-depth: 1
2026-09-10T09:51:21.8046275Z   fetch-tags: false
2026-09-10T09:51:21.8046682Z   show-progress: true
2026-09-10T09:51:21.8047086Z   lfs: false
2026-09-10T09:51:21.8047467Z   submodules: false
2026-09-10T09:51:21.8047876Z   set-safe-directory: true
2026-09-10T09:51:21.8048328Z   allow-unsafe-pr-checkout: false
2026-09-10T09:51:21.8049505Z ##[endgroup]
2026-09-10T09:51:21.8825984Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-10T09:51:21.8827454Z ##[group]Getting Git version info
2026-09-10T09:51:21.8828112Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-10T09:51:21.8829190Z [command]/usr/bin/git version
2026-09-10T09:51:21.8829611Z git version 2.43.0
2026-09-10T09:51:21.8833520Z ##[endgroup]
2026-09-10T09:51:21.8841429Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/e3872524-b9b8-4b54-8459-1a85dbfd1b68/.gitconfig'
2026-09-10T09:51:21.8848322Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e3872524-b9b8-4b54-8459-1a85dbfd1b68' before making global git config changes
2026-09-10T09:51:21.8849543Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T09:51:21.8851360Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-10T09:51:21.8880732Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-10T09:51:21.8897205Z https://github.com/BigscreenVR/spt-bs-core
2026-09-10T09:51:21.8906735Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-10T09:51:21.8909087Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-10T09:51:21.8926946Z refs/heads/diag/294-margins-ci-base
2026-09-10T09:51:21.8933218Z [command]/usr/bin/git checkout --detach
2026-09-10T09:51:21.9197907Z HEAD is now at 1a7f7f555 test(diag): retain passing-test output so poll margins survive a PASS
2026-09-10T09:51:21.9235810Z [command]/usr/bin/git branch --delete --force diag/294-margins-ci-base
2026-09-10T09:51:21.9269740Z Deleted branch diag/294-margins-ci-base (was 1a7f7f555).
2026-09-10T09:51:21.9436524Z ##[endgroup]
2026-09-10T09:51:21.9440528Z [command]/usr/bin/git submodule status
2026-09-10T09:51:21.9631441Z ##[group]Cleaning the repository
2026-09-10T09:51:21.9634127Z [command]/usr/bin/git clean -ffdx
2026-09-10T09:51:21.9674822Z [command]/usr/bin/git reset --hard HEAD
2026-09-10T09:51:21.9746048Z HEAD is now at 1a7f7f555 test(diag): retain passing-test output so poll margins survive a PASS
2026-09-10T09:51:21.9751704Z ##[endgroup]
2026-09-10T09:51:21.9753328Z ##[group]Disabling automatic garbage collection
2026-09-10T09:51:21.9756105Z [command]/usr/bin/git config --local gc.auto 0
2026-09-10T09:51:21.9779570Z ##[endgroup]
2026-09-10T09:51:21.9780291Z ##[group]Setting up auth
2026-09-10T09:51:21.9784447Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-10T09:51:21.9809666Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-10T09:51:22.0001968Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-10T09:51:22.0025696Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-10T09:51:22.0216398Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-10T09:51:22.0242135Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-10T09:51:22.0431593Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-10T09:51:22.0463244Z ##[endgroup]
2026-09-10T09:51:22.0464023Z ##[group]Fetching the repository
2026-09-10T09:51:22.0469335Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1a7f7f5552745103ff4fd4e38ad1a22d35a3ef72:refs/remotes/origin/diag/294-margins-ci-base
2026-09-10T09:51:22.4819455Z ##[endgroup]
2026-09-10T09:51:22.4820289Z ##[group]Determining the checkout info
2026-09-10T09:51:22.4821143Z ##[endgroup]
2026-09-10T09:51:22.4825298Z [command]/usr/bin/git sparse-checkout disable
2026-09-10T09:51:22.4867079Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-10T09:51:22.4891231Z ##[group]Checking out the ref
2026-09-10T09:51:22.4894110Z [command]/usr/bin/git checkout --progress --force -B diag/294-margins-ci-base refs/remotes/origin/diag/294-margins-ci-base
2026-09-10T09:51:22.4961134Z Switched to a new branch 'diag/294-margins-ci-base'
2026-09-10T09:51:22.4962258Z branch 'diag/294-margins-ci-base' set up to track 'origin/diag/294-margins-ci-base'.
2026-09-10T09:51:22.4967855Z ##[endgroup]
2026-09-10T09:51:22.5008079Z [command]/usr/bin/git log -1 --format=%H
2026-09-10T09:51:22.5039677Z 1a7f7f5552745103ff4fd4e38ad1a22d35a3ef72
